Feature: Create post
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 28.679s |
Scenario: Create a post successfully
Before
0m 1.157s
Given
I navigate to page "<URL>"
0m 4.744s
And
I enter email "<ADMIN_EMAIL>"
0m 1.298s
And
I enter password "<ADMIN_PASSWORD>"
0m 0.660s
And
I click on the login button
0m 3.822s
And
I wait for 2 seconds
0m 2.451s
When
I click on the new post button
0m 0.900s
And
I wait for 2 seconds
0m 2.257s
And
I write "Mi nuevo post" in the post title
0m 0.876s
And
I publish the new post
0m 1.825s
And
I wait for 2 seconds
0m 2.255s
And
I return to the posts list
0m 1.580s
And
I wait for 2 seconds
0m 2.235s
And
I filter posts by status Published
0m 1.134s
And
I wait for 1 seconds
0m 1.232s
Then
I see that the first post in the list has title "Mi nuevo post"
0m 0.250s
After
0m 0.003s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<URL>"
And
I enter email "<ADMIN_EMAIL>"
And
I enter password "<ADMIN_PASSWORD>"
And
I click on the login button
And
I wait for 2 seconds
When
I click on the new post button
And
I wait for 2 seconds
And
I write "Mi nuevo post" in the post title
And
I publish the new post
And
I wait for 2 seconds
And
I return to the posts list
And
I wait for 2 seconds
And
I filter posts by status Published
And
I wait for 1 seconds
Then
I see that the first post in the list has title "Mi nuevo post"
After
NO IMAGE AVAILABLE